Fix typo.
authorJohn Ralls <jralls@ceridwen.us>
Mon, 22 Feb 2016 00:17:46 +0000 (16:17 -0800)
committerJohn Ralls <jralls@ceridwen.us>
Mon, 22 Feb 2016 00:17:46 +0000 (16:17 -0800)
gtk/gtkclipboard-quartz.c

index 40f1c566b1eec3957171d83dde19b01410cc7020..8f98cc7398c4380f5c6c2ba595c34a59eea400f1 100644 (file)
@@ -860,7 +860,7 @@ gtk_clipboard_wait_for_text (GtkClipboard *clipboard)
 GdkPixbuf *
 gtk_clipboard_wait_for_image (GtkClipboard *clipboard)
 {
-  GdkAtom target = gdk_atom_intern_static_string("image/tiff")
+  GdkAtom target = gdk_atom_intern_static_string("image/tiff");
   int i;
   GtkSelectionData *data;